Add OSD_STATE_GROUP_ELEMENTS state to osdUpdate() and optimise DMA vs polled MAX7456...
[betaflight.git] / docs / boards / Board - AikonF4.md
blobb58bca3813afcfb98a9a0bad5468e2657f980b88
1 # Aikon F4
3 ## Description
4 FC with no PDB aimed at multi-rotor and fixed wing use, Aikon F4 features a carefully-chosen timer design which allowed to run 4-6 motors with burst DSHOT with maximum efficiency. On board are dedicated pads for ESC telemetry, VTX and camera control. Board also features an 11-pin connector for plug-and-play connection with Aikon AK32 4in1 ESC, providing voltage, current and ESC telemetry reading with no additional wires.
6 ## MCU, Sensors and Features
8 ### Hardware
9   - MCU: STM32F405
10   - IMU: ICM-20602
11   - Motor outputs: 4-6
12   - IMU Interrupt: Yes
13   - BARO: Optionally
14   - VCP: Yes
15   - Hardware UARTS: UART1 for SerialRX, UART3 for Inverted SmartPort, UART2 and UART4 available for general use
16   - Software serial: SOFTSERIAL1 for VTX control (shared with UART1TX), SOFTSERIAL2 for ESC telemetry (shared with UART4RX)
17   - OSD: Yes
18   - Blackbox: SPI 16MB
19   - PPM/LED_STRIP Shared: Yes
20   - Battery Voltage Sensor: Yes
21   - Integrated Voltage Regulator: Yes
22   - Buttons: Boot
24 ### Features
25 UART3 inverter is controllable by software, you can use the SBUS pad for any unidirectional protocol by setting `serialrx_inverted` accordingly. There's also a solder-jumper to bypass the inverter and connecto UART3_RX to `DSMX` pad directly.
27 Software serial is preconfigured by default, all you have to do is enable SOFTSERIAL1 for VTX control and SOFTSERIAL2 for ESC sensor on the Ports tab in Configurator.
29 ## Manufacturers and Distributors
31 https://www.aikon-electronics.com/
34 ## Designers
36 AIKON Electronics
37 Avi Jang
40 ## Maintainers
42 Andrey Mironov (@DieHertz)
44 ## FAQ & Known Issues
45 * First revision has no diode protecting the 5V input on the 11-pin ESC connector, make sure to pull the 5V wire coming from our ESC in order to avoid two regulators fighting against each other
46 * First revision has RX4 (ESC Telemetry) and GND pad silkscreen swapped near motor outputs
47 ![Aikon F4 top](images/aikon-f4-rev1-top.jpg)
48 ![Aikon F4 bottom](images/aikon-f4-rev1-bottom.jpg)